home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-09-25 | 3.4 KB | 98 lines | [TEXT/MPS ] |
- #
- # File: DropPrint•USB.Make
- #
- # Contains: xxx put contents here xxx
- #
- # Version: xxx put version here xxx
- #
- # Copyright: © 1998-2000 by Apple Computer, Inc., all rights reserved.
- #
- # File: DropPrint•USB.make
- # Target: DropPrint•USB
- # Sources: DropShell.c
- # dropshell.r
- # DSAppleEvents.c
- # DSUserProcs.c
- # DSUtils.c
- # ListInDialog.c
- # ListInDialog.r
- # SafeNameRegistry.c
- # TestPrinterClass.c
- # Created: Friday, May 15, 1998 04:37:16 PM
-
-
- DropPrint_AppName = DropPrint•USB
-
- DropPrint_Dir = {USBUtilities}{DropPrint_AppName}:
- DropPrint_MakeFile = {DropPrint_Dir}{DropPrint_AppName}.make
-
- DropPrint_Includes = -i {USBInterfacesInternal} ∂
- -i {USBInterfacesExternal} ∂
- -i {DropPrint_Dir}
-
- DropPrint_Sym =
-
- DropPrint_COptions = {DropPrint_Includes}
-
- DropPrint_Objects = "{ObjDir}DropShell.c.x" ∂
- "{ObjDir}DSAppleEvents.c.x" ∂
- "{ObjDir}DSUserProcs.c.x" ∂
- "{ObjDir}DSUtils.c.x" ∂
- "{ObjDir}ListInDialog.c.x" ∂
- "{ObjDir}SafeNameRegistry.c.x" ∂
- "{ObjDir}TestPrinterClass.c.x"
-
- DropPrint_LibsToLinkWith = "{StubLibraries}InterfaceLib" ∂
- "{SharedLibraries}StdCLib" ∂
- "{StubLibraries}MathLib" ∂
- "{PPCLibraries}StdCRuntime.o" ∂
- "{PPCLibraries}PPCCRuntime.o" ∂
- "{PPCLibraries}PPCToolLibs.o"
-
-
- # ••••••••••••••••••••••••••••• #
- # Main build target #
- # ••••••••••••••••••••••••••••• #
-
- DropPrint_Target = "{USBBuildResults}"{DropPrint_AppName}
-
- {DropPrint_Target} ƒƒ {DropPrint_Objects} {DropPrint_LibsToLinkWith} {DropPrint_MakeFile}
- PPCLink ∂
- -o {Targ} -t 'APPL' -c '????' ∂
- {DropPrint_Objects} ∂
- {DropPrint_LibsToLinkWith} ∂
- {DropPrint_Sym}
-
- {DropPrint_Target} ƒƒ "{DropPrint_Dir}dropshell.r" {DropPrint_MakeFile}
- Rez "{DropPrint_Dir}dropshell.r" -o {DropPrint_Target} {DropPrint_Includes} -append
-
- {DropPrint_Target} ƒƒ "{DropPrint_Dir}ListInDialog.r" {DropPrint_MakeFile}
- Rez "{DropPrint_Dir}ListInDialog.r" -o {DropPrint_Target} {DropPrint_Includes} -append
-
- "{ObjDir}DropShell.c.x" ƒ "{DropPrint_Dir}DropShell.c" {DropPrint_MakeFile}
- {USB_C_Compiler} "{DropPrint_Dir}DropShell.c" -o {Targ} {DropPrint_COptions}
-
- "{ObjDir}DSAppleEvents.c.x" ƒ "{DropPrint_Dir}DSAppleEvents.c" {DropPrint_MakeFile}
- {USB_C_Compiler} "{DropPrint_Dir}DSAppleEvents.c" -o {Targ} {DropPrint_COptions}
-
- "{ObjDir}DSUserProcs.c.x" ƒ "{DropPrint_Dir}DSUserProcs.c" {DropPrint_MakeFile}
- {USB_C_Compiler} "{DropPrint_Dir}DSUserProcs.c" -o {Targ} {DropPrint_COptions}
-
- "{ObjDir}DSUtils.c.x" ƒ "{DropPrint_Dir}DSUtils.c" {DropPrint_MakeFile}
- {USB_C_Compiler} "{DropPrint_Dir}DSUtils.c" -o {Targ} {DropPrint_COptions}
-
- "{ObjDir}ListInDialog.c.x" ƒ "{DropPrint_Dir}ListInDialog.c" {DropPrint_MakeFile}
- {USB_C_Compiler} "{DropPrint_Dir}ListInDialog.c" -o {Targ} {DropPrint_COptions}
-
- "{ObjDir}SafeNameRegistry.c.x" ƒ "{DropPrint_Dir}SafeNameRegistry.c" {DropPrint_MakeFile}
- {USB_C_Compiler} "{DropPrint_Dir}SafeNameRegistry.c" -o {Targ} {DropPrint_COptions}
-
- "{ObjDir}TestPrinterClass.c.x" ƒ "{DropPrint_Dir}TestPrinterClass.c" {DropPrint_MakeFile}
- {USB_C_Compiler} "{DropPrint_Dir}TestPrinterClass.c" -o {Targ} {DropPrint_COptions}
-
- # Clean option - Deletes all object files created by this makefile.
- #..........................
- Clean_USB ƒƒ
- Delete -i {DropPrint_Objects}
- Delete -i {DropPrint_Target}
-